home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / jaws.jar / sun / plugin / AuthenticationFrame$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-06-22  |  817 b   |  31 lines

  1. package sun.plugin;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5.  
  6. final class AuthenticationFrame$1 extends WindowAdapter {
  7.    // $FF: synthetic field
  8.    private final Object val$lock2;
  9.    // $FF: synthetic field
  10.    private final AuthenticationFrame this$0;
  11.  
  12.    public void windowClosing(WindowEvent var1) {
  13.       this.this$0.dispose();
  14.       Object var2 = this.val$lock2;
  15.       synchronized(var2){}
  16.  
  17.       try {
  18.          this.val$lock2.notifyAll();
  19.       } catch (Throwable var4) {
  20.          throw var4;
  21.       }
  22.  
  23.    }
  24.  
  25.    // $FF: synthetic method
  26.    AuthenticationFrame$1(Object var1, AuthenticationFrame var2) {
  27.       this.val$lock2 = var1;
  28.       this.this$0 = var2;
  29.    }
  30. }
  31.